On x86/64 a domU kernel just sits around forever on a panic because
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 22 Mar 2006 09:38:44 +0000 (10:38 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 22 Mar 2006 09:38:44 +0000 (10:38 +0100)
commit6e79784b9db2a6d5ab5dd6a8fc9cf6cebe711514
tree07b2a67d72f4056643d46b4b6c19974b442f49c5
parent7ef969e97e42e81aad1c6f8e67220583c7447bb3
On x86/64 a domU kernel just sits around forever on a panic because
the HV doesn't know it crashed.  This patch sends the signal, which
allows the kernel to be cleaned up (according to whatever guest.conf
rules). It is basically copied and pasted from the i386 branch.

From: Don Zickus
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c